Package net. atos. vcs. realtime. sdk
Types
LocalParticipant
Link copied to clipboard
MediaStreamVideoView
Link copied to clipboard
@UiThread()
Content copied to clipboard
Participant
Link copied to clipboard
RealtimeException
Link copied to clipboard
open class RealtimeException(message: String?, cause: Throwable?) : RuntimeException
Content copied to clipboard
RealtimeSdk
Link copied to clipboard
object RealtimeSdk
Content copied to clipboard
The RealtimeSDK class provides access to the SDK, allowing an application to join a room and receive events through the RealtimeSdkListener interface.
RealtimeSdkListener
Link copied to clipboard
interface RealtimeSdkListener
Content copied to clipboard
RealtimeWebSocketException
Link copied to clipboard
class RealtimeWebSocketException(code: Int, message: String?, cause: Throwable?) : RealtimeException
Content copied to clipboard
RemoteParticipant
Link copied to clipboard
RoomOptions
Link copied to clipboard